home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / gui / infobox / interfaces.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  515b  |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import protocols
  5.  
  6. class IInfoboxHTMLProvider(protocols.Interface):
  7.     _dirty = property()
  8.     
  9.     def get_html(htmlfonts):
  10.         pass
  11.  
  12.  
  13.